home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / comm2 / u342q07.lha / u_adduser.lha / adduser.doc < prev   
Text File  |  1993-08-08  |  1KB  |  33 lines

  1. AddUser:
  2.   This utility takes a filename with a single user definition and
  3.   adds it to the system.  The format of the file is:
  4.  
  5.   8 lines of required data
  6.  
  7.   Line  1:User name                   (string, up to 20 characters long)
  8.   Line  2:Password                    (string, up to 20 characters long)
  9.   Line  3:Screen width                (numeric, in columns)
  10.   Line  4:Expert setting              (ON or OFF)
  11.   Line  5:Floor setting               (ON or OFF)
  12.   Line  6:Linefeeds setting           (ON or OFF)
  13.   Line  7:Display Time on messages    (ON or OFF)
  14.   Line  8:Last Old on New toggle      (ON or OFF)
  15.  
  16.   11 additional lines of optional data, if you want line 19 you
  17.   must include lines 10-18.
  18.  
  19.   Line  9:Aide setting                (ON or OFF) (default to OFF)
  20.   Line 10:Number of NULLS             (numeric)   (default 0)
  21.   Line 11:Number of LD credits        (numeric)   (default 0)
  22.   Line 12:Net privileges              (ON or OFF) (default OFF)
  23.   Line 13:Door privileges             (ON or OFF) (default OFF)
  24.   Line 14:Download privileges         (ON or OFF) (default OFF)
  25.   Line 15:Permanent account           (ON or OFF) (default OFF)
  26.   Line 16:Half Duplex setting         (ON or OFF) (default OFF)
  27.   Line 17:Twit setting                (ON or OFF) (default OFF)
  28.   Line 18:.ECD setting                (numeric)   (default 0)
  29.   Line 19:.ECZ setting                (ON or OFF) (defaults to OFF)
  30.  
  31.  
  32.  If something is found to be in error, the user is not added.
  33.